ci: run GitHub Actions on Blacksmith runners#1139
Open
busbyk wants to merge 2 commits into
Open
Conversation
Swap all 17 jobs across 9 workflows from ubuntu-latest to blacksmith-2vcpu-ubuntu-2404 to run CI on Blacksmith's managed runners for faster queue times and caching at lower cost. Matches the minimal trashlane setup; no other workflow changes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment: https://busbykxblacksmith-runners.preview.avy-fx.org |
5 tasks
The preview deploy seeds a fresh Turso DB via pnpm seed:standalone, which issues thousands of per-row network round-trips. That latency-bound stream reproducibly kills Blacksmith runners mid-seed (2/2 attempts). Revert just this workflow to ubuntu-latest where seed completes (~289s); everything else stays on Blacksmith. Durable fix (seed local -> bulk import to Turso) tracked in #1143. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Runs our GitHub Actions CI on Blacksmith managed runners instead of GitHub-hosted
ubuntu-latest. Blacksmith runners are drop-in replacements that give us faster queue times and build caching at a lower per-minute cost. This mirrors the same change we made in the trashlane repo.Related Issues
N/A
Key Changes
runs-on: ubuntu-latest→runs-on: blacksmith-2vcpu-ubuntu-2404across all 17 jobs in 9 workflow files:ci.yaml,development.yaml,production.yaml,preview.yaml,cleanup.yaml,claude.yml,dependabot-auto-format.yml,post-release.yml,sync-prod-to-dev.yml.e2ejob'scontainer:step is untouched (Blacksmith supports container jobs).How to test
NWACusorg, so jobs carrying theblacksmith-*label pick up managed runners automatically.ubuntu-latestruns onmainvia the Blacksmith dashboard.Screenshots / Demo video
N/A
Migration Explanation
N/A — no database migration.
Future enhancements / Questions
buildande2e(which runnext build+ Playwright) turn out to be CPU-bound at 2vcpu, bump just those two jobs to4vcpuwhile leaving the lighter jobs (lint, prettier, test, drift, fallow) at 2vcpu.🤖 Generated with Claude Code
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.